home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / vbtool.zip / READ.ME next >
Text File  |  1991-05-30  |  3KB  |  74 lines

  1.                  MicroHelp VBTools Demonstration Program
  2.                
  3. MicroHelp's VBTools provides the programmer with a "grab bag" of services:
  4.  
  5.    Lots of Custom Controls. Note that this demonstration program does not
  6.    include the custom controls shown below, but they will be in the
  7.    product as well as a later version of the demo program:
  8.    
  9.       Playing Cards
  10.       Customizable Pushbuttons
  11.       Guages
  12.       
  13.    Pre-written toolbox routines. All of them are included in the 
  14.    demo program.
  15.    
  16.    Assembly language routines to make your programs faster and smaller.
  17.    You don't need to know anything about assembly language to use them
  18.    because they are invoked just like SubPrograms and Functions. Several
  19.    of these routines are demonstrated.
  20.    
  21.    Key words that Microsoft forgot: MK?, CV? (including the MBF versions),
  22.    PLAY, BLOAD and BSAVE (for arrays other than variable-length string
  23.    arrays). Only the PLAY key word is demonstrated in this demo.
  24.    
  25.    Graphics special effects, which are in the demo.
  26.    
  27.    How to use some of the more useful Windows API routines. Many of these
  28.    are sprinkled throughout the demo.
  29.    
  30.    A blackjack game.
  31.    
  32.    A utility program giving you the functionality of $INCLUDE.
  33.  
  34. The demonstration consists of these files:
  35.  
  36.    VBTOOLS.VBX  Dynamic Link Library (DLL) with supporting routines
  37.    READ   .ME   This file
  38.    VBTOOLS.EXE  Demonstration program
  39.    SOUND  .DRV  New and improved sound driver
  40.  
  41. In order to run this demonstration, you'll need the Visual Basic
  42. runtime DLL. The name of the file is VBRUN100.DLL. If you don't have
  43. this file, you can download it from the MSSYS forum on CompuServe (the
  44. file name is VBRUN.ZIP).
  45.  
  46. The SOUND.DRV file that comes with Microsoft Windows 3.0 has a bug that
  47. effects "tempo" in PLAY statements. Microsoft has fixed the bug and the
  48. included SOUND.DRV file has the fix. In order to hear the music in the
  49. demo program as it was meant to be heard, you'll need to:
  50.  
  51.   1. COPY SOUND.DRV to your Windows System directory (not the Windows
  52.      directory).
  53.   2. Make sure that your SYSTEM.INI has the following line:
  54.   
  55.        sound.drv=sound.drv
  56.        
  57.   3. Restart Windows
  58.  
  59. The actual product contains numerous demonstration applications,
  60. each of which shows you how to use one or more features from the
  61. product. This demonstration consists mainly of several of the
  62. example applications.
  63.  
  64. Please note that VBTOOLS.VBX must be in your PATH when you execute
  65. VBTOOLS.EXE. Therefore, after you install the demonstration program,
  66. you will need to do one of two things:
  67.  
  68. 1. COPY VBTOOLS.VBX to a directory that is in your PATH, or
  69. 2. Adjust your PATH so that it includes the directory where you install
  70.    VBTOOLS.VBX.
  71.    
  72. If you have any problems installing or running the demonstration program,
  73. please call MicroHelp at 1-800-922-3383 or (404) 594-1185.
  74.